home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2001 August / CMycha200108.iso / Zaczarowane / main.swf / scripts / DefineButton2_286 / BUTTONCONDACTION on(release).as < prev   
Text File  |  2001-06-06  |  679b  |  26 lines

  1. on(release){
  2.    x = getProperty(_root.mc_flagi.mc_flaga6, _X);
  3.    y = getProperty(_root.mc_flagi.mc_flaga6, _Y);
  4.    stopDrag();
  5.    if(_root.losowanie == 6)
  6.    {
  7.       if(20 < x && y < -210 && x < 120 && -310 < y)
  8.       {
  9.          setProperty(_root.mc_flagi.mc_flaga6, _X, 72);
  10.          setProperty(_root.mc_flagi.mc_flaga6, _Y, -260);
  11.          x;
  12.          _root.f6 = 6;
  13.       }
  14.       else
  15.       {
  16.          setProperty(_root.mc_flagi.mc_flaga6, _X, -131);
  17.          setProperty(_root.mc_flagi.mc_flaga6, _Y, 183);
  18.       }
  19.    }
  20.    else
  21.    {
  22.       setProperty(_root.mc_flagi.mc_flaga6, _X, -131);
  23.       setProperty(_root.mc_flagi.mc_flaga6, _Y, 183);
  24.    }
  25. }
  26.